home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / apps / 386 / doc / general.doc < prev    next >
Text File  |  1989-06-04  |  8KB  |  148 lines

  1. The main menu area is used for travelling between menus and for 
  2. loading and creating files. "Creating files" first requests 
  3. information on the type of label to be used for the data. These 
  4. labels are used only for graphing, and have no impact on the 
  5. statistical procedures in the program. They may be initialized as 
  6. blanks to be filled in later by you. They may simply be a counter, 
  7. in which case you will be asked to specify the starting value and 
  8. a rate of increment. This option would be used if you wanted to 
  9. specify calendar years, such as 1988. You may select months as a 
  10. label. In this case, you must enter a numeric value for the month, 
  11. such as 1 for January, etc. The data may be specified as days of 
  12. the week or weekdays. The difference between these two is that 
  13. days of the week includes Saturday and Sunday, while week days 
  14. includes only Monday to Friday. For each of these options, you 
  15. have 13 different ways in which the date may be shown. These are 
  16. displayed in a grid of 27 squares on the screen. Clicking the 
  17. mouse button on one of the squares will highlight the style. A 
  18. subsequent click will return the square to normal. Clicking on OK 
  19. will make the choice official.
  20.  
  21. This style of dialog box is used throughout B/STAT for selecting 
  22. variables. Pressing the "F1" key will have the same effect as 
  23. pressing OK. Pressing the "F2" key will cancel the operation, and 
  24. the default or previous labels will remain. In other procedures 
  25. "F2" will also act as a cancel button. After selecting the style, 
  26. you must specify the date information about the starting day for 
  27. the data. These values must be specified numerically. The week is 
  28. assumed to start on Monday, so 1 is Monday and 7 is Sunday. If you 
  29. enter an impossible month, such as month 23, the program will take 
  30. the modulus of 12 and this number to generate the starting month. 
  31. Similar actions occur for the day and the day of the week. Years 
  32. may be entered as 1988 or as simply 88. Any number below 100 is 
  33. treated as 1900+ the number; any negative numbers are converted to 
  34. positives, so, unfortunately, years such as 34 B.C. will have to 
  35. be typed as manual labels.
  36.  
  37. Once the type of label is entered, you will move to the 
  38. spreadsheet style data entry screen. This screen allows for 26 
  39. columns of data, and as many rows as you initialized in the 
  40. program. The minimum number of data rows is 19. B/STAT is not a 
  41. spreadsheet. This screen is simply for data entry, although some 
  42. facility for variable creation does exist. The spreadsheet uses 
  43. both drop-down menus and commands for operation. For rapid 
  44. movement around the spreadsheet the ">" command is used. >s45 will 
  45. move the cursor to column "S" and row 45 automatically. As well, 
  46. there are commands for sorting columns, adding them together, etc. 
  47. The command list is available by selecting the help menu from the 
  48. data entry screen. For missing data, enter NA as the value.
  49.  
  50. The normal view of the columns in the spreadsheet is as separate 
  51. data variables. There are statistical procedures in B/STAT, 
  52. however, which treat the entire collection of data as a matrix of 
  53. data. These procedures are discussed more fully in the manual and 
  54. in the individual help screens.
  55.  
  56. B/STAT can save and load different data formats.
  57.  
  58. -"Save" and "load" do so in B/STAT's format. 
  59.  
  60. -"DIF load" and "DIF save" do so in the data interchange format 
  61. introduced by VISICALC many years ago and currently supported by 
  62. most programs. B/STAT will ask you if you want to load the data by 
  63. column or row. Strictly speaking, the question is misleading. In 
  64. the original DIF standard you could save the data by row or by 
  65. column. Many programs today give you no such choice, so you cannot 
  66. tell whether the variables were saved as rows or columns. 
  67. Similarily, B/STAT cannot tell whether the data represents 12 
  68. variables with 20 points each, or 20 variables with 12 points 
  69. each. We suggest that you load data by column and then check to 
  70. see if you got what you wanted. If not then simply type "FLIP". 
  71. The program will switch the rows and the columns. Note that B/STAT 
  72. can accept only numeric data in a DIF file.
  73.  
  74. -An ASCII file refers to a file in which each record is a number. 
  75. To be used by B/STAT the data must be in the following order:
  76. #rows used;
  77. #columns used;
  78. data value for col 1 row 1;
  79. data value for col 2 row 1;
  80. data value for col 3 row 1;
  81. etc.
  82.  
  83. -PRN files are created by many spreadsheet programs. These are 
  84. actual disk images of pages which would otherwise have been 
  85. printed. Only numerics are allowed in B/STAT. The data must have 
  86. been saved in such a way that the columns represent data 
  87. variables.
  88.  
  89. -WKS files are produced by products such as LOTUS 123. They may 
  90. also be labelled as WK1 files. To load these you must specify a 
  91. range from the spreadsheet. This range will be stated as A23-F47 
  92. for example. Only numeric data will be accepted. If you already 
  93. have data in B/STAT, you will be asked if you want to replace the 
  94. existing data or to augment it by creating new variables for the 
  95. new data.
  96.  
  97. -SYLK files are created by multiplan. In all respects the dialogs 
  98. are the same as for WKS files.
  99. Editing a file simply places you in the spreadsheet data editor
  100. without destroying the existing data. This allows for adding or
  101. changing data.
  102.  
  103. The help drive selection allows you to change the drive path for 
  104. finding the help files. When you start the program, the drive 
  105. searched for the files is the one from which the program was 
  106. started.
  107. The  "Print  to  disk" option is an  "on/off"  toggle.  When  high 
  108. lighted  all  statistical tests will print to a disk  file  called 
  109. "BSTATPRN.DOC" rather than the printer. If the file already exists 
  110. the data will be appended to the file.
  111.  
  112. The "Tables" selections load in standard statistics tables so that 
  113. you can check values against them. Not all possible tables are 
  114. present. Tables are not used for tests where B/STAT is able to 
  115. calculate the probability by direct mathematical means.
  116.  
  117. Coach poses a series of questions. Your answers to these will 
  118. enable the program to suggest statistical procedures. Not all 
  119. processes available in B/STAT are referenced by "Coach". For 
  120. example, time series studies are not suggested. This is because 
  121. coach was designed for a different class of problem than is 
  122. addressed by time series. As well, some of the procedures in 
  123. B/STAT are not, in and of themselves, statistical procedures. 
  124. Interpolation, fourier smoothing, etc., are not really statistical 
  125. in nature but simply mathematical. To use "Coach", you must have 
  126. some knowledge about your data and of terms used. The tutorial 
  127. should give these to you. The first question asks about the number 
  128. of variables measured for the experimental units. If, for example, 
  129. you are studying data on cars and you measure the price of each 
  130. car, then you have measured 1 variable. If you measure gas mileage 
  131. and acceleration as well, then you have measured 3 variables. If 
  132. you want to measure the influence of acceleration and gas mileage 
  133. on price, then price would be considered the dependent, or 
  134. criterion variable, and acceleration and gas mileage are the 
  135. independent variables. If you don't want to assume a dependency 
  136. relationship, then there would be no dependent or criterion 
  137. variable. In such a case, you would only be looking for 
  138. relationships among the variables. The succeeding questions will 
  139. deal with the nature of the variables themselves, to determine 
  140. whether they are nominally, ordinally, or intervally scaled, and 
  141. whether they are related or not. At the end of the questions (3 or 
  142. 4 generally), the program will return a suggested procedure. In 
  143. some cases, there is none. Remember that one can consider 
  144. intervally scaled data to be ordinally scaled, and you may wish to 
  145. do so for some types of analysis. Similarily you can restate 
  146. ordinal data as nominal on occasion.
  147.  
  148.